home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Communication / NewsBase / Source / IFolderDockCell.h < prev    next >
Text File  |  1993-01-12  |  401b  |  21 lines

  1.  
  2. /* Generated by Interface Builder */
  3.  
  4. #import "IFolderCell.h"
  5.  
  6. @interface IFolderDockCell:IFolderCell
  7. {
  8.     id        iCurrentImage;
  9. }
  10.  
  11. - setCurrentImage:currentImage;
  12. - currentImage;
  13.  
  14. - drawInside:(const NXRect *)cellFrame inView:controlView;
  15.  
  16. - (BOOL)windowEntered:dragSource controlView:cView;
  17. - (BOOL)windowExited:dragSource controlView:cView;
  18. - (BOOL)windowDropped:dragSource controlView:cView;
  19.  
  20. @end
  21.